| Description | : The `Get Timezone By ID` API is an HTTP `GET` request that returns current, historical, and future time zone information for the specified IANA time zone ID. |
| Reference | : Link ¶ |
⚼ Request
GET:
/timezone/byId/{format}
{
x-ms-client-id:
string
,
api-version:
string
,
Accept-Language:
string
,
options:
string
,
timeStamp:
string
,
transitionsFrom:
string
,
transitionsYears:
integer
,
format:
string
,
query:
string
,
}
⚐ Response (200)
{
Version:
string
,
ReferenceUtcTimestamp:
string
,
TimeZones:
}
[
]
,
{
,
Id:
string
,
Aliases:
[
,
string
,
]
Countries:
[
]
,
{
,
Name:
string
,
Code:
string
,
}
Names:
{
,
ISO6391LanguageCode:
string
,
Generic:
string
,
Standard:
string
,
Daylight:
string
,
}
ReferenceTime:
{
,
Tag:
string
,
StandardOffset:
string
,
DaylightSavings:
string
,
WallTime:
string
,
PosixTzValidYear:
integer
,
PosixTz:
string
,
Sunrise:
string
,
Sunset:
string
,
}
RepresentativePoint:
{
,
Latitude:
number
,
Longitude:
number
,
}
TimeTransitions:
}
[
]
,
{
,
Tag:
string
,
StandardOffset:
string
,
DaylightSavings:
string
,
UtcStart:
string
,
UtcEnd:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}